From: Paul Eggert Date: Sat, 10 Sep 2011 19:41:33 +0000 (-0700) Subject: * buffer.h: Include instead of . X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2338 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7e77b9084439c7d9fa91f54a6c0260b2dec14cd8;p=emacs.git * buffer.h: Include instead of . Otherwise, off_t wasn't defined on FreeBSD 9.0-BETA2 i386. Problem reported by Herbert J. Skuhra. --- diff --git a/src/ChangeLog b/src/ChangeLog index 4d374c43f3e..993212d2f0f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2011-09-10 Paul Eggert + + * buffer.h: Include instead of . + Otherwise, off_t wasn't defined on FreeBSD 9.0-BETA2 i386. + Problem reported by Herbert J. Skuhra. + 2011-09-10 Lars Magne Ingebrigtsen * xml.c (parse_region): Make the parsing work for diff --git a/src/buffer.h b/src/buffer.h index c50cfe56c77..73628fe6dfc 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -18,7 +18,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . */ -#include /* for time_t */ +#include /* for off_t, time_t */ /* Accessing the parameters of the current buffer. */